home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin
- if sprite(the currentSpriteNum).foreColor = 70 then
- sprite(the currentSpriteNum).foreColor = 70
- member("Title18").foreColor = 0
- put EMPTY into member "Infofield"
- else
- if sprite(the currentSpriteNum).foreColor <> 70 then
- cursor(280)
- sprite(the currentSpriteNum).foreColor = 255
- member("Title18").foreColor = 0
- put "Click for further information about, or to install, Internet Explorer v5.5" into member "Infofield"
- end if
- end if
- end
-
- on mouseLeave
- cursor(0)
- if sprite(the currentSpriteNum).foreColor = 70 then
- sprite(the currentSpriteNum).foreColor = 70
- member("Title18").foreColor = 0
- else
- if sprite(the currentSpriteNum).foreColor <> 70 then
- sprite(the currentSpriteNum).foreColor = 246
- member("Title18").foreColor = 255
- put EMPTY into member "Infofield"
- end if
- end if
- end
-
- on mouseDown
- go("Title18")
- end
-